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

Method view

Source/cmString.cxx:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148string_view AsStringView<String>::view(String const& s)
149{
150 return s.view();
151}
152
153} // namespace cm

Callers 4

testMethod_viewFunction · 0.80
cmString.cxxFile · 0.80
MakeClosureMethod · 0.80
ClosureKeysMethod · 0.80

Calls

no outgoing calls

Tested by 1

testMethod_viewFunction · 0.64