Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ argument_count
Method
argument_count
include/covscript/core/cni.hpp:528–531 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
526
~cni_holder() override = default;
527
528
std::size_t argument_count() const noexcept override
529
{
530
return mCni.argument_count();
531
}
532
533
cni_holder_base *clone() override
534
{
Callers
nothing calls this directly
Calls
1
argument_count
Method · 0.45
Tested by
no test coverage detected