MCPcopy 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
27func 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
34func (s *String) String() string {
35 if s == nil {

Callers 3

StringMethod · 0.85
ToStringFunction · 0.85
MapStringMethod · 0.85

Calls 2

newStringFunction · 0.85
cMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…