MCPcopy 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
275def count_function(G, start):
276 return '(COUNT ' + none_function(G, start) + ')'
277
278
279def none_function(G, start, arg_node=None, type_constraint=True):

Callers 1

Calls 1

none_functionFunction · 0.70

Tested by

no test coverage detected