MCPcopy Create free account
hub / github.com/Chat2AnyLLM/code-agent-manager / ptr

Function ptr

internal/providers/store_test.go:16–16  ·  view source on GitHub ↗
(v T)

Source from the content-addressed store, hash-verified

14)
15
16func ptr[T any](v T) *T { return &v }
17
18func TestLoadOrInitMissingReturnsSkeleton(t *testing.T) {
19 dir := t.TempDir()

Callers 2

TestUpdateSparsePatchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected