Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/su-kaka/gcli2api
/ clearFiles
Function
clearFiles
front/common.js:442–445 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
440
},
441
442
clearFiles() {
443
this.selectedFiles = [];
444
this.updateFileList();
445
},
446
447
async
upload() {
448
if
(this.selectedFiles.length === 0) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected