MCPcopy Create free account
hub / github.com/Kitware/CMake / key

Method key

Source/cmJSONState.cxx:107–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

105}
106
107std::string cmJSONState::key()
108{
109 if (!this->parseStack.empty()) {
110 return this->parseStack.back().first;
111 }
112 return "";
113}
114
115std::string cmJSONState::key_after(std::string const& k)
116{

Callers 8

deserializeMethod · 0.80
LoadMethod · 0.80
EXPECTED_TYPEFunction · 0.80
INVALID_NAMED_OBJECTFunction · 0.80
ParseExportInfoMethod · 0.80
WriteDyndepFileMethod · 0.80
QCMakeSearchFilterClass · 0.80
editorEventMethod · 0.80

Calls 2

emptyMethod · 0.45
backMethod · 0.45

Tested by

no test coverage detected