MCPcopy Index your code
hub / github.com/github-tools/github / search

Method search

lib/GitHub.js:97–99  ·  view source on GitHub ↗

* Create a new Search wrapper * @param {string} query - the query to search for * @return {Search}

(query)

Source from the content-addressed store, hash-verified

95 * @return {Search}
96 */
97 search(query) {
98 return new Search(query, this.__auth, this.__apiBase);
99 }
100
101 /**
102 * Create a new RateLimit wrapper

Callers 3

getNextPageFunction · 0.80
search.spec.jsFile · 0.80
getNextPageFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected