MCPcopy
hub / github.com/colbymchenry/codegraph / setProjectNameTokens

Method setProjectNameTokens

src/db/queries.ts:230–232  ·  view source on GitHub ↗

Set the normalized project-name tokens used to down-weight non-discriminative * query words in path scoring (#720). Called once when the project opens.

(tokens: Set<string>)

Source from the content-addressed store, hash-verified

228 /** Set the normalized project-name tokens used to down-weight non-discriminative
229 * query words in path scoring (#720). Called once when the project opens. */
230 setProjectNameTokens(tokens: Set<string>): void {
231 this.projectNameTokens = tokens;
232 }
233
234 /** The normalized project-name tokens (#720); empty if none were derived. */
235 getProjectNameTokens(): Set<string> {

Callers 1

wireLayersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected