Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ findSep
Function
findSep
Sming/Core/Data/Stream/SectionTemplate.cpp:37–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
#undef XX
36
37
char* findSep(char* ptr)
38
{
39
while(*ptr !=
'\0'
&& *ptr !=
':'
&& *ptr !=
'}'
) {
40
++ptr;
41
}
42
return ptr;
43
}
44
45
bool isNumber(const char* s)
46
{
Callers
2
parse
Method · 0.85
evaluate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected