MCPcopy Create free account
hub / github.com/totaljs/framework / existsSync

Function existsSync

internal.js:3380–3386  ·  view source on GitHub ↗
(filename)

Source from the content-addressed store, hash-verified

3378};
3379
3380function existsSync(filename) {
3381 try {
3382 return !!Fs.statSync(filename);
3383 } catch (e) {
3384 return false;
3385 }
3386}
3387
3388function markup(body) {
3389 body = body.ROOT();

Callers 1

viewengine_readFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected