MCPcopy Create free account
hub / github.com/CobaltFusion/DebugViewPP / IsIdentified

Method IsIdentified

plugins/cs/HttpMonitor/Program.cs:147–152  ·  view source on GitHub ↗
(string argument)

Source from the content-addressed store, hash-verified

145 class DebugViewPlugin
146 {
147 public static int IsIdentified(string argument)
148 {
149 if (string.IsNullOrEmpty(argument)) return -1;
150 if (argument.ToLower().StartsWith("http")) return 1;
151 return -1;
152 }
153
154 public static void ProcessCommandline(string[] args)
155 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected