Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

8
LINES

< > BotCompany Repo | #1021770 // dm_discord_linesInChannel

JavaX fragment (include)

static L<GazelleLine> dm_discord_linesInChannel(long channelID) {
  ret map dm_discord_importLine((L) dm_call(dm_gazelle_linesCRUD(), 'linesInChannel, channelID));
}

static L<GazelleLine> dm_discord_linesInChannel(S channelName) {
  ret dm_discord_linesInChannel(
    (long) dm_call(dm_gazelle_linesCRUD(), 'idForChannel, channelName));
}

Author comment

Began life as a copy of #1021677

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1021770
Snippet name: dm_discord_linesInChannel
Eternal ID of this version: #1021770/1
Text MD5: 1b6b94d1c328ab223a595117ce81b572
Author: stefan
Category: javax / discord
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-26 11:15:11
Source code size: 346 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 226 / 258
Referenced in: [show references]