Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ StringRef
Method
StringRef
unittests/catch.hpp:394–396 ·
view source on GitHub ↗
construction/ assignment
Source
from the content-addressed store, hash-verified
392
393
public: // construction/ assignment
394
StringRef() noexcept
395
: StringRef( s_empty, 0 )
396
{}
397
398
StringRef( StringRef const& other ) noexcept
399
: m_start( other.m_start ),
Callers
nothing calls this directly
Calls
2
c_str
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected