MCPcopy Create free account
hub / github.com/runhey/OnmyojiAutoScript / checker

Method checker

script.py:77–82  ·  view source on GitHub ↗

占位函数,在alas中是检查服务器是否正常的 :return:

(self)

Source from the content-addressed store, hash-verified

75
76 @cached_property
77 def checker(self):
78 """
79 占位函数,在alas中是检查服务器是否正常的
80 :return:
81 """
82 return None
83
84 def save_error_log(self):
85 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected