MCPcopy Create free account
hub / github.com/solana-program/system / invoke

Method invoke

clients/rust/src/generated/instructions/allocate.rs:159–161  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

157 }
158 #[inline(always)]
159 pub fn invoke(&self) -> solana_program_error::ProgramResult {
160 self.invoke_signed_with_remaining_accounts(&[], &[])
161 }
162 #[inline(always)]
163 pub fn invoke_with_remaining_accounts(
164 &self,

Callers

nothing calls this directly

Calls 2

invoke_signedMethod · 0.45

Tested by

no test coverage detected