Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LHRLAB/ChatKBQA
/ count_function
Function
count_function
executor/logic_form_util.py:275–276 ·
view source on GitHub ↗
(G, start)
Source
from the content-addressed store, hash-verified
273
274
275
def
count_function(G, start):
276
return
'(COUNT '
+ none_function(G, start) +
')'
277
278
279
def
none_function(G, start, arg_node=None, type_constraint=True):
Callers
1
get_lisp_from_graph_query
Function · 0.70
Calls
1
none_function
Function · 0.70
Tested by
no test coverage detected