Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/g3n/engine
/ SetName
Method
SetName
animation/animation.go:37–40 ·
view source on GitHub ↗
SetName sets the animation name.
(name string)
Source
from the content-addressed store, hash-verified
35
36
// SetName sets the animation name.
37
func
(anim *Animation) SetName(name string) {
38
39
anim.name = name
40
}
41
42
// Name returns the animation name.
43
func
(anim *Animation) Name() string {
Callers
1
LoadAnimation
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected