Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/circircir-circle/human_exist_device
/ isValidMethod
Method
isValidMethod
mini_program/common/Validate.js:304–306 ·
view source on GitHub ↗
* 判断验证方法是否存在
(value)
Source
from the content-addressed store, hash-verified
302
* 判断验证方法是否存在
303
*/
304
isValidMethod(value) {
305
return
this.methods.hasOwnProperty(value);
306
}
307
308
/**
309
* 格式化提示信息模板
Callers
1
checkParam
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected