Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/su-kaka/gcli2api
/ getTotalPages
Function
getTotalPages
front/common.js:205–207 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
203
204
// 获取总页数
205
getTotalPages() {
206
return
Math.ceil(this.totalCount / this.pageSize);
207
},
208
209
// 更新分页信息
210
updatePagination() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected