MCPcopy
hub / github.com/opentrace/opentrace / getWasmDir

Function getWasmDir

ui/src/components/pipeline/wasm.ts:97–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

95
96/** Get the absolute path to the directory containing all WASM files. */
97export function getWasmDir(): string {
98 if (!_wasmDir) _wasmDir = findWasmDir();
99 return _wasmDir;
100}
101
102/**
103 * Get the absolute path to a specific WASM file.

Callers 1

getWasmPathFunction · 0.85

Calls 1

findWasmDirFunction · 0.85

Tested by

no test coverage detected