MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / GetRemoteById

Function GetRemoteById

cli/internal/dal/remote.go:87–89  ·  view source on GitHub ↗
(remoteId int)

Source from the content-addressed store, hash-verified

85}
86
87func GetRemoteById(remoteId int) (remoteInfo *workspace.RemoteInfo, err error) {
88 return getRemote(remoteId, "", "")
89}
90
91func GetRemoteByHost(host string, userName string) (remoteInfo *workspace.RemoteInfo, err error) {
92 return getRemote(0, host, userName)

Callers 2

workspaceDataMapFunction · 0.85
InsertOrUpdateRemoteFunction · 0.85

Calls 1

getRemoteFunction · 0.85

Tested by

no test coverage detected