Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dunglas/httpsfv
/ NewItem
Function
NewItem
item.go:15–19 ·
view source on GitHub ↗
NewItem returns a new Item.
(v interface{})
Source
from the content-addressed store, hash-verified
13
14
// NewItem returns a new Item.
15
func
NewItem(v
interface
{}) Item {
16
assertBareItem(v)
17
18
return
Item{v, NewParams()}
19
}
20
21
func
(i Item) member() {
22
}
Callers
11
TestMarshalDictionnary
Function · 0.85
TestUnmarshalDictionary
Function · 0.85
TestMarshal
Function · 0.85
TestMarshalError
Function · 0.85
TestMarshalList
Function · 0.85
TestMarshalItem
Function · 0.85
TestParseItemParamsMarshalSFV
Function · 0.85
TestUnmarshalItem
Function · 0.85
ExampleMarshal
Function · 0.85
valToItem
Function · 0.85
TestInnerList
Function · 0.85
Calls
2
assertBareItem
Function · 0.85
NewParams
Function · 0.85
Tested by
11
TestMarshalDictionnary
Function · 0.68
TestUnmarshalDictionary
Function · 0.68
TestMarshal
Function · 0.68
TestMarshalError
Function · 0.68
TestMarshalList
Function · 0.68
TestMarshalItem
Function · 0.68
TestParseItemParamsMarshalSFV
Function · 0.68
TestUnmarshalItem
Function · 0.68
ExampleMarshal
Function · 0.68
valToItem
Function · 0.68
TestInnerList
Function · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…