MCPcopy Create free account
hub / github.com/boostorg/build / path_exists

Function path_exists

v2/engine/modules/path.c:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14LIST * path_exists( FRAME * frame, int flags )
15{
16 return file_query( list_front( lol_get( frame->args, 0 ) ) ) ?
17 list_new( object_copy( constant_true ) ) : L0;
18}
19
20
21void init_path()

Callers

nothing calls this directly

Calls 4

file_queryFunction · 0.85
lol_getFunction · 0.85
list_newFunction · 0.85
object_copyFunction · 0.85

Tested by

no test coverage detected