func SingleResult()

in llresult/results.go [58:62]


func SingleResult(path llpath.Path, result ValueResult) *Results {
	r := NewResults()
	r.Record(path, result)
	return r
}