MCPcopy
hub / github.com/reflex-dev/reflex / create_compile_context

Function create_compile_context

tests/units/compiler/test_plugins.py:186–187  ·  view source on GitHub ↗
(hooks: CompilerHooks | None = None)

Source from the content-addressed store, hash-verified

184
185
186def create_compile_context(hooks: CompilerHooks | None = None) -> CompileContext:
187 return CompileContext(pages=[], hooks=hooks or CompilerHooks())
188
189
190def collect_page_context(

Calls 2

CompileContextClass · 0.90
CompilerHooksClass · 0.90

Tested by

no test coverage detected