MCPcopy Create free account
hub / github.com/exercism/cli / IsMissingMetadata

Function IsMissingMetadata

workspace/workspace.go:15–17  ·  view source on GitHub ↗

IsMissingMetadata verifies the type of error.

(err error)

Source from the content-addressed store, hash-verified

13
14// IsMissingMetadata verifies the type of error.
15func IsMissingMetadata(err error) bool {
16 return err == errMissingMetadata
17}
18
19// Workspace represents a user's Exercism workspace.
20// It may contain a user's own exercises, and other people's

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected