MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / setWasmDir

Function setWasmDir

packages/code-map/src/languages.ts:126–128  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

124 * This can be useful for custom packaging or deployment scenarios.
125 */
126export function setWasmDir(dir: string): void {
127 customWasmDir = dir
128}
129
130export function getWasmDir(): string | undefined {
131 return customWasmDir

Callers 2

languages.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected