MCPcopy Create free account
hub / github.com/dmno-dev/bumpy / isDirectory

Function isDirectory

packages/bumpy/src/core/workspace.ts:109–115  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

107}
108
109async function isDirectory(path: string): Promise<boolean> {
110 try {
111 return (await stat(path)).isDirectory();
112 } catch {
113 return false;
114 }
115}
116
117async function loadWorkspacePackage(
118 dir: string,

Callers 1

expandGlobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…