MCPcopy Create free account
hub / github.com/IfcOpenShell/IfcOpenShell / debug

Method debug

src/opencdeserver/api/app/database/neo4j.py:56–64  ·  view source on GitHub ↗
(endpoint: str, request, response)

Source from the content-addressed store, hash-verified

54
55 @staticmethod
56 def debug(endpoint: str, request, response):
57 print(
58 "\n\n\nEndpoint: ",
59 jsonpickle.dumps(endpoint),
60 "\nRequest: ",
61 jsonpickle.dumps(request),
62 "\nResponse: ",
63 jsonpickle.dumps(response),
64 )
65
66 @staticmethod
67 def node_to_json(node):

Callers 15

runFunction · 0.80
upload_documents_postFunction · 0.80
upload_instructionsFunction · 0.80
upload_partFunction · 0.80
upload_completionFunction · 0.80
document_versions_postFunction · 0.80
select_documents_postFunction · 0.80
download_instructionsFunction · 0.80
document_versionFunction · 0.80

Calls 1

printFunction · 0.85

Tested by

no test coverage detected