Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Singular/Singular
/ clone
Method
clone
kernel/oswrapper/vspace.h:760–762 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
758
return _len;
759
}
760
VRef<VString> clone() const {
761
return vnew<VString>(_buffer.as_ptr(), _len);
762
}
763
const char *str() const {
764
return _buffer.as_ptr();
765
}
Callers
nothing calls this directly
Calls
1
as_ptr
Method · 0.45
Tested by
no test coverage detected