MCPcopy
hub / github.com/flightjs/flight / custom

Function custom

lib/debug.js:50–50  ·  view source on GitHub ↗
(fn, options)

Source from the content-addressed store, hash-verified

48 function byValue(searchTerm, options) {search('value', null, searchTerm, options);}
49 function byValueCoerced(searchTerm, options) {search('valueCoerced', null, searchTerm, options);}
50 function custom(fn, options) {traverse(fn, null, options);}
51
52 // ==========================================
53 // Event logging

Callers

nothing calls this directly

Calls 1

traverseFunction · 0.85

Tested by

no test coverage detected