MCPcopy Create free account
hub / github.com/codename-co/stack / Network

Function Network

packages/app/src/models/Network.ts:3–7  ·  view source on GitHub ↗
(network: DockerNetwork)

Source from the content-addressed store, hash-verified

1import type { DockerNetwork } from "../types";
2
3export const Network = (network: DockerNetwork) => {
4 return {
5 ...network,
6 };
7};
8
9export type Network = ReturnType<typeof Network>;
10

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected