MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / default

Method default

plugin/app/models/bundle.py:75–78  ·  view source on GitHub ↗
(self, obj)

Source from the content-addressed store, hash-verified

73
74class BundleEncoder(json.JSONEncoder):
75 def default(self, obj):
76 if isinstance(obj, Bundle):
77 return obj.to_dict('en')
78 return json.JSONEncoder.default(self, obj)
79

Callers

nothing calls this directly

Calls 1

to_dictMethod · 0.45

Tested by

no test coverage detected