MCPcopy Create free account
hub / github.com/Thunder-Compute/thunder-cli / ListInstancesWithIPUpdate

Method ListInstancesWithIPUpdate

api/client.go:217–219  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

215}
216
217func (c *Client) ListInstancesWithIPUpdate() ([]Instance, error) {
218 return c.ListInstancesWithIPUpdateCtx(context.Background())
219}
220
221func (c *Client) ListInstances() ([]Instance, error) {
222 var raw map[string]Instance

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected