MCPcopy Create free account
hub / github.com/devspace-sh/devspace / Done

Method Done

pkg/util/log/stream_logger.go:403–409  ·  view source on GitHub ↗
(args ...interface{})

Source from the content-addressed store, hash-verified

401}
402
403func (s *StreamLogger) Done(args ...interface{}) {
404 s.m.Lock()
405 defer s.m.Unlock()
406
407 s.writeMessage(doneFn, fmt.Sprintln(args...))
408
409}
410
411func (s *StreamLogger) Donef(format string, args ...interface{}) {
412 s.m.Lock()

Callers

nothing calls this directly

Calls 3

writeMessageMethod · 0.95
LockMethod · 0.80
UnlockMethod · 0.80

Tested by

no test coverage detected