(key string, value any)
| 30 | Attach(target string) RenderableComponent |
| 31 | SetData(input map[string]any) RenderableComponent |
| 32 | AddData(key string, value any) RenderableComponent |
| 33 | SetGlobalData(input map[string]any) RenderableComponent |
| 34 | AddGlobalData(key string, value any) RenderableComponent |
| 35 | AddTemplateFunction(name string, function interface{}) RenderableComponent |
nothing calls this directly
no outgoing calls
no test coverage detected