Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ flags
Method
flags
Sources/Shared/Containers/StringView.h:362–364 ·
view source on GitHub ↗
@brief Flags */
Source
from the content-addressed store, hash-verified
360
361
/** @brief Flags */
362
constexpr StringViewFlags flags() const {
363
return StringViewFlags(_sizePlusFlags & Implementation::StringViewSizeMask);
364
}
365
366
/**
367
* @brief String data
Callers
2
nullTerminatedView
Method · 0.80
nullTerminatedGlobalView
Method · 0.80
Calls
1
StringViewFlags
Enum · 0.70
Tested by
no test coverage detected