Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Linen-dev/linen.dev
/ _listFiles
Method
_listFiles
apps/web/services/slack/file/index.ts:34–36 ·
view source on GitHub ↗
(channelName: string)
Source
from the content-addressed store, hash-verified
32
}
33
34
_listFiles(channelName: string) {
35
return
fs.readdirSync(this.filesPath +
'/'
+ channelName +
'/'
,
'utf8'
);
36
}
37
38
fetchTeamInfo: FetchTeamInfoFnType =
async
(
39
token: string
Callers
1
SlackFileAdapter
Class · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected