Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DataArcTech/ToG
/ all_unknown_entity
Function
all_unknown_entity
ToG/utils.py:135–136 ·
view source on GitHub ↗
(entity_candidates)
Source
from the content-addressed store, hash-verified
133
134
135
def
all_unknown_entity(entity_candidates):
136
return
all(candidate ==
"UnName_Entity"
for
candidate in entity_candidates)
137
138
139
def
del_unknown_entity(entity_candidates):
Callers
1
entity_score
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected