MCPcopy Create free account
hub / github.com/chakra-ui/panda /

Class

packages/core/src/path.ts:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import type { Context } from './context'
2
3export class PathEngine {
4 constructor(private context: Pick<Context, 'config'>) {}
5
6 private get cwd() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected