Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ length
Method
length
Sming/Core/Data/CString.h:155–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
153
}
154
155
size_t length() const
156
{
157
auto p = get();
158
return p ? strlen(p) : 0;
159
}
160
161
explicit operator String() const
162
{
Callers
15
Blob
Method · 0.45
config
Method · 0.45
config
Method · 0.45
config
Method · 0.45
config
Method · 0.45
connect
Method · 0.45
internalConnect
Method · 0.45
config
Method · 0.45
writeString
Method · 0.45
getScheme
Method · 0.45
toString
Method · 0.45
getPathWithQuery
Method · 0.45
Calls
no outgoing calls
Tested by
2
readMemoryBlock
Method · 0.36
seekFrom
Method · 0.36