Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/charto/nbind
/ callWithStrings
Method
callWithStrings
test/Array.cc:43–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
}
42
43
static std::vector<std::string> callWithStrings(nbind::cbFunction &callback, std::vector<std::string> a) {
44
return(callback.call<std::vector<std::string>>(a));
45
}
46
47
};
48
Callers
1
test.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected