MCPcopy 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

BlobMethod · 0.45
configMethod · 0.45
configMethod · 0.45
configMethod · 0.45
configMethod · 0.45
connectMethod · 0.45
internalConnectMethod · 0.45
configMethod · 0.45
writeStringMethod · 0.45
getSchemeMethod · 0.45
toStringMethod · 0.45
getPathWithQueryMethod · 0.45

Calls

no outgoing calls

Tested by 2

readMemoryBlockMethod · 0.36
seekFromMethod · 0.36