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

Function byNameContains

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

Source from the content-addressed store, hash-verified

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);}
49 function byValueCoerced(searchTerm, options) {search('valueCoerced', null, searchTerm, options);}

Callers

nothing calls this directly

Calls 1

searchFunction · 0.85

Tested by

no test coverage detected