MCPcopy Index your code
hub / github.com/devcontainers/cli / stop

Function stop

src/spec-utils/log.ts:168–176  ·  view source on GitHub ↗
(text: string, startTimestamp: number, level = defaultLogEventLevel)

Source from the content-addressed store, hash-verified

166 return timestamp;
167 },
168 stop(text: string, startTimestamp: number, level = defaultLogEventLevel) {
169 log.event({
170 type: 'stop',
171 level,
172 timestamp: Date.now(),
173 text,
174 startTimestamp,
175 });
176 },
177 get dimensions() {
178 return log.dimensions;
179 },

Callers

nothing calls this directly

Calls 1

eventMethod · 0.65

Tested by

no test coverage detected