MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / on_serve

Function on_serve

scripts/docs/postprocess_nedoc.py:106–109  ·  view source on GitHub ↗
(server, config, builder, **kwargs)

Source from the content-addressed store, hash-verified

104
105
106def on_serve(server, config, builder, **kwargs):
107 nedoc_config = load_nedoc_config(config)
108 server.watch(nedoc_config.source_path, builder)
109 return server

Callers

nothing calls this directly

Calls 1

load_nedoc_configFunction · 0.85

Tested by

no test coverage detected