(handler func(event vdom.VDomEvent))
| 155 | } |
| 156 | |
| 157 | func (c *ClientImpl) SetGlobalEventHandler(handler func(event vdom.VDomEvent)) { |
| 158 | c.GlobalEventHandler = handler |
| 159 | } |
| 160 | |
| 161 | func (c *ClientImpl) getFaviconPath() string { |
| 162 | if c.StaticFS != nil { |
no outgoing calls
no test coverage detected