MCPcopy
hub / github.com/OpenHands/OpenHands / warning

Method warning

frontend/src/utils/event-logger.ts:34–38  ·  view source on GitHub ↗

* Log a warning message * @param warning The warning message

(warning: string)

Source from the content-addressed store, hash-verified

32 * @param warning The warning message
33 */
34 static warning(warning: string) {
35 if (this.isDevMode) {
36 console.warn(warning);
37 }
38 }
39
40 /**
41 * Log an error message

Callers 15

identifyMethod · 0.80
is_allowed_originMethod · 0.80
validate_session_keyFunction · 0.80
start_sandboxMethod · 0.80
resolve_sandbox_specFunction · 0.80
delete_sandboxMethod · 0.80
_resolve_acp_server_keyFunction · 0.80
_poll_for_titleFunction · 0.80
get_provider_tokensMethod · 0.80
_parse_skill_frontmatterFunction · 0.80

Calls

no outgoing calls

Tested by 1

tearDownMethod · 0.64