MCPcopy Create free account
hub / github.com/Moli-X/Resources / getnode_emoji

Function getnode_emoji

Script/Parser.js:772–777  ·  view source on GitHub ↗
(item,ind)

Source from the content-addressed store, hash-verified

770
771// 获取emoji
772function getnode_emoji(item,ind){
773 ind = !/^(1|2)$/.test(ind) ? 2 : ind
774 if(item.indexOf("tag=")!=-1) {
775 return get_emoji(ind,item.split("tag=")[1])[1]
776 }
777}
778
779// 操作订阅的 tag
780function tag_handle(item) {

Callers 1

emoji_prefix_handleFunction · 0.85

Calls 2

get_emojiFunction · 0.85
indexOfMethod · 0.45

Tested by

no test coverage detected