Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goplus/py
/ AsString
Function
AsString
string.go:27–32 ·
view source on GitHub ↗
(o *Base)
Source
from the content-addressed store, hash-verified
25
}
26
27
func
AsString(o *Base) (v *String, ok bool) {
28
if
ok = C.stringCheck(o.c()) != 0; ok {
29
v = newString(o.c())
30
}
31
return
32
}
33
34
func
(s *String) String() string {
35
if
s == nil {
Callers
3
String
Method · 0.85
ToString
Function · 0.85
MapString
Method · 0.85
Calls
2
newString
Function · 0.85
c
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…