Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Thalhammer/jwt-cpp
/ null_parse_context
Method
null_parse_context
include/picojson/picojson.h:1045–1046 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1043
1044
public:
1045
null_parse_context(size_t depths = DEFAULT_MAX_DEPTHS) : depths_(depths) {
1046
}
1047
bool set_null() {
1048
return true;
1049
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected