MCPcopy Create free account
hub / github.com/expr-lang/expr / Author

Struct Author

test/playground/env.go:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type Author struct {
18 ID int
19 FirstName string
20 LastName string
21 Email string
22 Profile UserProfile
23}
24
25func (a Author) FullName() string {
26 return a.FirstName + " " + a.LastName

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected