1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 04:22:20 +02:00

Better handling of let/var field failures

This commit is contained in:
Brian Fiete 2025-01-23 09:10:00 -08:00
parent 624e36b89b
commit b63b4af6fe
5 changed files with 59 additions and 8 deletions

View file

@ -150,6 +150,7 @@ public:
virtual void SetConfigConst(int idx, int value) override;
BeValue* GetBeValue(int streamId);
BeValue* TryGetBeValue(int streamId);
BeType* GetBeType(int streamId);
BeBlock* GetBeBlock(int streamId);
BeMDNode* GetBeMetadata(int streamId);