MCPcopy
hub / github.com/cubefs/cubefs / NodeAPI

Method NodeAPI

sdk/master/client.go:121–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

119}
120
121func (c *MasterClient) NodeAPI() *NodeAPI {
122 return c.nodeAPI
123}
124
125func (c *MasterClient) UserAPI() *UserAPI {
126 return c.userAPI

Calls

no outgoing calls

Tested by 5

testFlashGroupNodeFunction · 0.64
testFlashNodeSetFunction · 0.64
testFlashNodeRemoveFunction · 0.64
testFlashNodeGetFunction · 0.64
testFlashNodeListFunction · 0.64