MCPcopy 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
25func (a Author) FullName() string {
26 return a.FirstName + " " + a.LastName
27}
28
29func (a Author) IsAdmin() bool {
30 return a.ID == 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected