MCPcopy Create free account
hub / github.com/crosire/reshade / is_in_function

Method is_in_function

source/effect_codegen.hpp:257–257  ·  view source on GitHub ↗

Returns if code is currently added to a function.

Source from the content-addressed store, hash-verified

255 /// Returns <see langword="true"/> if code is currently added to a function.
256 /// </summary>
257 bool is_in_function() const { return _current_function != nullptr; }
258
259 /// <summary>
260 /// Creates a new basic block.

Callers 2

parse_statementMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected