MCPcopy Create free account
hub / github.com/expr-lang/expr / Data

Struct Data

expr_test.go:1854–1859  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1852
1853func TestIssue154(t *testing.T) {
1854 type Data struct {
1855 Array *[2]any
1856 Slice *[]any
1857 Map *map[string]any
1858 String *string
1859 }
1860
1861 type Env struct {
1862 Data *Data

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected