MCPcopy Index your code
hub / github.com/coder/coder / String

Method String

codersdk/toolsdk/chatgpt.go:28–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28func (o ObjectID) String() string {
29 return fmt.Sprintf("%s:%s", o.Type, o.ID)
30}
31
32func parseObjectID(id string) (ObjectID, error) {
33 parts := strings.Split(id, ":")

Callers 15

generateInterfacesReportFunction · 0.45
SummarizeMethod · 0.45
searchTemplatesFunction · 0.45
searchWorkspacesFunction · 0.45
fetchWorkspaceFunction · 0.45
fetchTemplateFunction · 0.45
TestToolsFunction · 0.45

Calls

no outgoing calls