Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Linen-dev/linen.dev
/ isFileExist
Function
isFileExist
packages/database/src/database.ts:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
}/rds-ca-2019-root.pem`;
18
19
function
isFileExist() {
20
if
(!fs.existsSync(certOut)) throw
'pem not found'
;
21
}
22
23
function
createFile(data: any) {
24
console.log(`Writing certificate to ${certOut}`);
Callers
1
createFile
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected