You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* `:stacktrace` The stacktrace to be parsed and analyzed as a string.
67
-
68
-
69
-
Optional parameters::
70
-
* `:nrepl.middleware.print/buffer-size` The size of the buffer to use when streaming results. Defaults to 1024.
71
-
* `:nrepl.middleware.print/keys` A seq of the keys in the response whose values should be printed.
72
-
* `:nrepl.middleware.print/options` A map of options to pass to the printing function. Defaults to ``nil``.
73
-
* `:nrepl.middleware.print/print` A fully-qualified symbol naming a var whose function to use for printing. Must point to a function with signature [value writer options].
74
-
* `:nrepl.middleware.print/quota` A hard limit on the number of bytes printed for each value.
75
-
* `:nrepl.middleware.print/stream?` If logical true, the result of printing each value will be streamed to the client over one or more messages.
76
-
77
-
78
-
Returns::
79
-
* `:status` "done", or "no-error" if ``stracktrace`` is not recognized
80
-
81
-
82
-
83
32
=== `apropos`
84
33
85
34
Return a sequence of vars whose name matches the query pattern, or if specified, having the pattern in their docstring.
0 commit comments