Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cphayim/ombro
/ checkEntryExists
Method
checkEntryExists
packages/node/src/engine.ts:59–63 ·
view source on GitHub ↗
(entry: string)
Source
from the content-addressed store, hash-verified
57
}
58
59
checkEntryExists(entry: string): void {
60
if
(!fs.existsSync(entry)) {
61
throw
new
Error(`entry file ${entry} not exists`)
62
}
63
}
64
}
65
66
export
const
createEngine = () =>
new
Engine()
Callers
1
boot
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected