Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/araddon/qlbridge
/ ContextWrapper
Struct
ContextWrapper
datasource/context_wrapper.go:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
)
17
18
type
ContextWrapper
struct
{
19
val reflect.Value
20
s *state
21
}
22
23
func
NewContextWrapper(val
interface
{}) *ContextWrapper {
24
s := state{}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected