Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
28
func
(o ObjectID) String() string {
29
return
fmt.Sprintf(
"%s:%s"
, o.Type, o.ID)
30
}
31
32
func
parseObjectID(id string) (ObjectID, error) {
33
parts := strings.Split(id,
":"
)
Callers
15
Test_generateInterfacesReport
Function · 0.45
generateInterfacesReport
Function · 0.45
Summarize
Method · 0.45
searchTemplates
Function · 0.45
searchWorkspaces
Function · 0.45
fetchWorkspace
Function · 0.45
fetchTemplate
Function · 0.45
TestChatGPTSearch_TemplateSearch
Function · 0.45
TestChatGPTSearch_TemplateMultipleFilters
Function · 0.45
TestChatGPTFetch_TemplateFetch
Function · 0.45
TestChatGPTFetch_WorkspaceFetch
Function · 0.45
TestTools
Function · 0.45
Calls
no outgoing calls
Tested by
6
Test_generateInterfacesReport
Function · 0.36
TestChatGPTSearch_TemplateSearch
Function · 0.36
TestChatGPTSearch_TemplateMultipleFilters
Function · 0.36
TestChatGPTFetch_TemplateFetch
Function · 0.36
TestChatGPTFetch_WorkspaceFetch
Function · 0.36
TestTools
Function · 0.36