MCPcopy
hub / github.com/brimdata/zui / getPath

Function getPath

packages/zui-test-data/src/index.ts:3–5  ·  view source on GitHub ↗
(name: string)

Source from the content-addressed store, hash-verified

1import * as path from 'path';
2
3export function getPath(name: string) {
4 return path.join(__dirname, '..', 'data', name);
5}

Calls

no outgoing calls

Tested by

no test coverage detected