MCPcopy Create free account
hub / github.com/Norbyte/ositools / StringLength

Function StringLength

OsiInterface/Functions/UtilityFunctions.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 }
37
38 bool StringLength(OsiArgumentDesc & args)
39 {
40 auto str = args[0].String;
41 args[1].Int32 = (int32_t)strlen(str);
42 return true;
43 }
44
45 bool StringToInt(OsiArgumentDesc & args)
46 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected