| 12 | |
| 13 | |
| 14 | LIST * 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 | |
| 21 | void init_path() |
nothing calls this directly
no test coverage detected