Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Kitware/CMake
/ c_str
Function
c_str
Utilities/cmjsoncpp/include/json/value.h:160–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
158
operator const char*() const { return c_str_; }
159
160
const char* c_str() const { return c_str_; }
161
162
private:
163
const char* c_str_;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…