MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / get

Method get

apps/system_manage/views/valid.py:30–31  ·  view source on GitHub ↗
(self, request: Request, valid_type: str, valid_count: int)

Source from the content-addressed store, hash-verified

28 tags=[_('Validation')] # type: ignore
29 )
30 def get(self, request: Request, valid_type: str, valid_count: int):
31 return result.success(ValidSerializer(data={'valid_type': valid_type, 'valid_count': valid_count}).valid())

Callers 15

get_query_setMethod · 0.45
get_resource_countMethod · 0.45
get_query_setMethod · 0.45
validMethod · 0.45
is_validMethod · 0.45
to_email_metaMethod · 0.45
is_validMethod · 0.45
get_querysetMethod · 0.45
is_authMethod · 0.45
auth_resource_batchMethod · 0.45
auth_resourceMethod · 0.45
listMethod · 0.45

Calls 3

ValidSerializerClass · 0.90
validMethod · 0.80
successMethod · 0.45

Tested by

no test coverage detected