MCPcopy Create free account
hub / github.com/devfeel/dotweb / init

Function init

core/concurrenceMap_test.go:14–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12var keys []string
13
14func init() {
15 ic = NewConcurrenceMap()
16 for i := 0; i < 10000000; i++ {
17 keys = append(keys, time.Now().String())
18 }
19 fmt.Println("len of keys ", len(keys))
20
21}
22
23func TestItemContext_Get_Set(t *testing.T) {
24

Callers

nothing calls this directly

Calls 2

NewConcurrenceMapFunction · 0.85
StringMethod · 0.80

Tested by

no test coverage detected