MCPcopy Create free account
hub / github.com/abi/screenshot-to-code / process

Method process

backend/routes/generate_code.py:112–116  ·  view source on GitHub ↗

Process the context and call the next middleware

(
        self, context: PipelineContext, next_func: Callable[[], Awaitable[None]]
    )

Source from the content-addressed store, hash-verified

110
111 @abstractmethod
112 async def process(
113 self, context: PipelineContext, next_func: Callable[[], Awaitable[None]]
114 ) -> None:
115 """Process the context and call the next middleware"""
116 pass
117
118
119class Pipeline:

Callers 1

wrappedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected