Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NV404/gova
/ effectEntry
Struct
effectEntry
effect.go:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
)
7
8
type
effectEntry
struct
{
9
cancel context.CancelFunc
10
cleanup
func
()
11
}
12
13
func
UseEffect(s *Scope, fn
func
(ctx context.Context)
func
()) {
14
key := callerKey(2)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected