MCPcopy Create free account
hub / github.com/chanify/chanify / IsServerless

Method IsServerless

model/user.go:14–16  ·  view source on GitHub ↗

IsServerless for user configuration

()

Source from the content-addressed store, hash-verified

12
13// IsServerless for user configuration
14func (u *User) IsServerless() bool {
15 return (u.Flags&0x01 == 0)
16}
17
18// SetServerless for user configuration
19func (u *User) SetServerless(s bool) {

Callers 5

TestUserFunction · 0.95
sendMsgMethod · 0.80
handleUpdatePushTokenMethod · 0.80
handleUnbindUserMethod · 0.80
UpsertUserMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestUserFunction · 0.76