Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ FullName
Method
FullName
test/playground/env.go:25–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
func
(a Author) FullName() string {
26
return
a.FirstName +
" "
+ a.LastName
27
}
28
29
func
(a Author) IsAdmin() bool {
30
return
a.ID == 1
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected