Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charto/nbind
/ getStringStatic
Method
getStringStatic
test/PrimitiveMethods.cc:34–34 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
32
int getState() {return(state);}
33
34
static std::string getStringStatic() {return(buf);}
35
std::string getString() {return(buf);}
36
37
static int strLengthStatic(const char *x) {return(strlen(x));}
Callers
1
test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected