MCPcopy Create free account
hub / github.com/MatterAIOrg/OrbCode / isDir

Function isDir

src/config/links.ts:34–40  ·  view source on GitHub ↗
(p: string)

Source from the content-addressed store, hash-verified

32]
33
34function isDir(p: string): boolean {
35 try {
36 return fs.statSync(p).isDirectory()
37 } catch {
38 return false
39 }
40}
41
42/**
43 * The repo-level OrbCode directory for shared, tool-neutral data like AGENTS.md

Callers 2

addLinkFunction · 0.85
renderLinkedReposSectionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected