MCPcopy Create free account
hub / github.com/apache/datafusion / setup

Function setup

docs/rustdoc_trim.py:55–60  ·  view source on GitHub ↗
(app: Sphinx)

Source from the content-addressed store, hash-verified

53
54
55def setup(app: Sphinx):
56 app.connect("source-read", process_source_file)
57 return dict(
58 parallel_read_safe=True,
59 parallel_write_safe=True,
60 )

Callers

nothing calls this directly

Calls 1

connectMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…