MCPcopy 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
37char* findSep(char* ptr)
38{
39 while(*ptr != '\0' && *ptr != ':' && *ptr != '}') {
40 ++ptr;
41 }
42 return ptr;
43}
44
45bool isNumber(const char* s)
46{

Callers 2

parseMethod · 0.85
evaluateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected