Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdRoll/baker
/ Copy
Method
Copy
config_test.go:226–228 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
224
return
[]byte(
""
)
225
}
226
func
(r dummyRecord) Copy() Record {
227
return
nil
228
}
229
func
(r dummyRecord) Clear() {
230
panic(
"unimplemented"
)
231
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected