Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Super-long/ChubbyGo
/ OpenReply
Struct
OpenReply
BaseServer/common.go:85–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
83
}
84
85
type
OpenReply
struct
{
86
Err Err
87
ChuckSum uint64
88
InstanceSeq uint64
89
}
90
91
/*
92
* @brief: open每次结束以后如果成功会返回一个文件描述符,从而进行后面的操作,这样抽象就很符合人的使用逻辑
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected