Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ String
Method
String
internal/spew/format_test.go:1504–1506 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1502
}
1503
1504
func
(ts testStruct) String() string {
1505
return
fmt.Sprintf(
"ts.%d"
, ts.x)
1506
}
1507
1508
type
testStructP
struct
{
1509
x int
Callers
nothing calls this directly
Calls
1
Sprintf
Method · 0.80
Tested by
no test coverage detected