MCPcopy
hub / github.com/freshframework/fresh / cwd

Method cwd

packages/fresh/src/fs.ts:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3export interface FsAdapter {
4 cwd(): string;
5 walk(
6 root: string | URL,
7 options?: WalkOptions,

Callers 12

mod.tsFile · 0.80
initProjectFunction · 0.80
create.tsFile · 0.80
createServerFunction · 0.80
fs_routes_test.tsxFile · 0.80
config_test.tsFile · 0.80
constructorMethod · 0.80
initTailwindFunction · 0.80
pathWithRootFunction · 0.80
configFunction · 0.80
HelloFunction · 0.80
FooFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected