Files
KPN/src/network.cpp
T
dtourolleandClaude Opus 4.8 7c6a8be2b7
🚦 CI / changes (push) Successful in 32s
🚦 CI / docker (push) Successful in 1m0s
🚦 CI / test (push) Successful in 4m47s
🚦 CI / docs (push) Successful in 13s
ci: provoke pipeline (touch Dockerfile + code)
Trivial comment changes to exercise the new CI orchestration: the
docker job should rebuild+push the builder image first, then test
and docs run against the fresh image.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-20 09:46:35 +02:00

7 lines
279 B
C++

// network.cpp — orchestrator/watchdog implementation details. (CI: pipeline trigger)
// Most of the Network class is header-only (template-heavy).
// Non-template implementation lives here once the watchdog grows
// beyond the stub in network.hpp.
#include <kpn/network.hpp>