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

Function byName

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

Source from the content-addressed store, hash-verified

43 };
44
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);}

Callers

nothing calls this directly

Calls 1

searchFunction · 0.85

Tested by

no test coverage detected