Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DataArcTech/ToG
/ all_zero
Function
all_zero
ToG/wiki_func.py:99–100 ·
view source on GitHub ↗
(topn_scores)
Source
from the content-addressed store, hash-verified
97
98
99
def
all_zero(topn_scores):
100
return
all(score == 0
for
score in topn_scores)
101
102
103
def
entity_search(entity, relation, wiki_client, head):
Callers
1
entity_score
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected