MCPcopy Create free account
hub / github.com/Tiiny-AI/PowerInfer / is_space_or_tab

Function is_space_or_tab

examples/server/httplib.h:2245–2245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2243}
2244
2245inline bool is_space_or_tab(char c) { return c == ' ' || c == '\t'; }
2246
2247inline std::pair<size_t, size_t> trim(const char *b, const char *e, size_t left,
2248 size_t right) {

Callers 2

trimFunction · 0.85
parse_headerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected