Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2245
inline bool is_space_or_tab(char c) { return c ==
' '
|| c ==
'\t'
; }
2246
2247
inline std::pair<size_t, size_t> trim(const char *b, const char *e, size_t left,
2248
size_t right) {
Callers
2
trim
Function · 0.85
parse_header
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected