Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ len
Method
len
kernel/oswrapper/vspace.h:757–759 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
755
_buffer.free();
756
}
757
size_t len() const {
758
return _len;
759
}
760
VRef<VString> clone() const {
761
return vnew<VString>(_buffer.as_ptr(), _len);
762
}
Callers
2
hash
Method · 0.45
equal
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected