MCPcopy Create free account
hub / github.com/Hanson/claude-client / getNativeClient

Method getNativeClient

src/feishu/client.ts:32–34  ·  view source on GitHub ↗

* 获取原生 Lark 客户端

()

Source from the content-addressed store, hash-verified

30 * 获取原生 Lark 客户端
31 */
32 getNativeClient(): Lark.Client {
33 return this.client;
34 }
35
36 /**
37 * 创建 WebSocket 客户端 (用于长连接)

Callers 1

constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected