MCPcopy Index your code
hub / github.com/flightjs/flight / byType

Function byType

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

Source from the content-addressed store, hash-verified

45 function byName(searchTerm, options) {search('name', 'string', searchTerm, options);}
46 function byNameContains(searchTerm, options) {search('nameContains', 'string', searchTerm, options);}
47 function byType(searchTerm, options) {search('type', 'function', searchTerm, options);}
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);}

Callers

nothing calls this directly

Calls 1

searchFunction · 0.85

Tested by

no test coverage detected