Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ReplaceReferences ¶ added in v1.8.1
ReplaceReferences swaps the reference store, bypassing the process-lifetime once semantics of SetReference. Long-lived embedders that execute many unrelated configs in a single process (e.g. the WASM playground, which never restarts the Go runtime between runs) call it before each run so every config gets exactly its own references instead of only ever seeing whichever config happened to run first. Not used by the native CLI/service/ MCP binaries, where SetReference's once-per-process semantics are intentional.
func SetReference ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.