Searched defs:codeNode (Results 1 – 1 of 1) sorted by relevance
33 type codeNode struct { struct34 Name string `json:"name"`35 Kids []*codeNode `json:"kids"`36 CLWeight float64 `json:"cl_weight"`37 Touches int `json:"touches"`38 MinT int64 `json:"min_t"`39 MaxT int64 `json:"max_t"`40 MeanT int64 `json:"mean_t"`