google-cloud-debugger - Module Google::Cloud::Debugger::Debuggee::AppUniquifierGenerator (v0.42.2)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the google-cloud-debugger module Google::Cloud::Debugger::Debuggee::AppUniquifierGenerator.
Generates an application debuggee uniquifier by hashing the
application file stats.
Methods
.generate_app_uniquifier
def self.generate_app_uniquifier(sha, app_path = nil) -> NilClass
Computes the application uniquifier by examine the file stats of
the files in the given application root directory. It only looks at
.rb files and Gemfile.lock
Parameters
-
sha (Digest::SHA) — A digest SHA object used to add the hashing
values
-
app_path (String) — Application root directory where the Ruby
application is located.
Constants
MAX_DEPTH
value: 10
Max number of directory levels the generator looks into.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-10 UTC."],[],[]]