Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AcademySoftwareFoundation/OpenImageIO
/ clear
Function
clear
src/include/string_ref.h:164–164 ·
view source on GitHub ↗
modifiers
Source
from the content-addressed store, hash-verified
162
163
// modifiers
164
void clear() { init(NULL,0); }
165
void remove_prefix(size_type n) {
166
if (n > m_len)
167
n = m_len;
Callers
nothing calls this directly
Calls
1
init
Function · 0.70
Tested by
no test coverage detected