MCPcopy Create free account
hub / github.com/apache/trafficserver / isdot

Function isdot

include/tscore/ink_file.h:136–140  ·  view source on GitHub ↗

Is the given path "."?

Source from the content-addressed store, hash-verified

134
135// Is the given path "."?
136static inline bool
137isdot(const char *path)
138{
139 return path[0] == '.' && path[1] == '\0';
140}
141
142// Is the given path ".."?
143static inline bool

Callers 2

threads_for_processFunction · 0.85
parse_include_directiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected