CoolFace
Apppublic

gofeco/support

sourceHugging Faceapache-2.0updated 2y agoView on Hugging Face
0likes
api.exist_wire.txt6 linesDownload Raw Back to src_en
1<h3 id='___exist_wire'>exist_wire</h3>2<pre>Check if a wire exists (LLM: wire existence)3<b>Usage:</b>my $ret = exist_wire($wire);4$wire: The wire name for checking5$ret: 1: exists 0: not exist6</pre>